home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / pcbhlp_c.zip / HLPFSCRN < prev    next >
Text File  |  1991-11-05  |  5KB  |  97 lines

  1.  
  2. @X0EFull Screen Editor - Keyboard Help
  3. @X0E----------------------------------
  4.  
  5. @X0BTo use PCBoard's full screen editor you need to familiarize yourself with the
  6. @X0Bfunctions listed below utilizing the PC's keyboard (or control sequences in
  7. @X0Bcase your system does not support the PC's specialized keyboard):
  8.  
  9. @X0F   @X0ECursor Movement             PC Keyboard       Control Keys   ANSI codes
  10. @X0F   @X0E---------------------       -----------       ------------   ----------
  11. @X0F   @X0BMove Left a Character     @X0F  @X0CLeft Arrow        Ctrl-S@X0F         ESC[D
  12. @X0F   @X0BMove Right a Character    @X0F  @X0CRight Arrow       Ctrl-D@X0F         ESC[C
  13. @X0F   @X0BMove Left to Previous Word@X0F  @X0CCtrl-Left Arrow   Ctrl-A
  14. @X0F   @X0BMove Right to Next Word   @X0F  @X0CCtrl-Right Arrow  Ctrl-F
  15. @X0F   @X0BMove To Next Tab Stop     @X0F  @X0CTab Key           Ctrl-I
  16. @X0F   @X0BMove To Start of Line     @X0F  @X0CHome Key          Ctrl-W@X0F         ESC[H
  17. @X0F   @X0BMove To End of Line       @X0F  @X0CEnd Key           Ctrl-P@X0F         ESC[K
  18. @X0F   @X0BMove Up a Line            @X0F  @X0CUp Arrow          Ctrl-E@X0F         ESC[A
  19. @X0F   @X0BMove Down a Line          @X0F  @X0CDown Arrow        Ctrl-X@X0F         ESC[B
  20. @X0F   @X0BMove Up a Page            @X0F  @X0CPgUp Key          Ctrl-R
  21. @X0F   @X0BMove Down a Page          @X0F  @X0CPgDn Key          Ctrl-C
  22.  
  23. @X0F   @X0EEdit Function               PC Keyboard       Control Keys
  24. @X0F   @X0E---------------------       -----------       ------------
  25. @X0F   @X0BToggle Insert Mode      @X0F    @X0CIns Key           Ctrl-V
  26. @X0F   @X0BReformat Paragraph      @X0F    @X0CCtrl-B            Ctrl-B
  27. @X0F   @X0BJoin a Line             @X0F    @X0CCtrl-J            Ctrl-J
  28. @X0F   @X0BInsert a Line           @X0F    @X0CCtrl-N            Ctrl-N
  29. @X0F   @X0BDelete a Line           @X0F    @X0CCtrl-Y            Ctrl-Y
  30. @X0F   @X0BDelete to End of Line   @X0F    @X0CCtrl-End          Ctrl-K
  31. @X0F   @X0BDelete Char             @X0F    @X0CDel Key           Ctrl-G
  32. @X0F   @X0BDelete Char to the Left @X0F    @X0CBackspace         Ctrl-H
  33. @X0F   @X0BDelete Word to the Right@X0F    @X0CCtrl-T            Ctrl-T
  34.  
  35. @X0F   @X0ESpecial Functions           PC Keyboard       Control Keys
  36. @X0F   @X0E---------------------       -----------       ------------
  37. @X0F   @X0BExit Full Screen Editor @X0F    @X0CESC               Ctrl-U
  38. @X0F   @X0BRedisplay Screen        @X0F    @X0CCtrl-L            Ctrl-L
  39. @X0F   @X0BQuote or List Original  @X0F    @X0CCtrl-O            Ctrl-O or Ctrl-Q
  40.  
  41.  
  42. @X0FUsing the above keystrokes
  43. @X0F--------------------------
  44. @X0BAll systems should be able to use the Control Key method of performing the
  45. @X0Babove functions (press and hold the CTRL key while typing the letter key that
  46. @X0Bfollows it in the above table).
  47.  
  48. @X0BThe more familiar PC Keyboard keys, such as the arrow keys, will work while on
  49. @X0Blocally.  They will also work if your communications program is capable of
  50. @X0Beither sending the actual keystroke (keyboard scan code) or an ANSI escape code
  51. @X0Bequivalent through to the host system.
  52.  
  53. @X0BAn example would be calling in from remote using Qmodem to connect to PCBoard
  54. @X0Band utilitizing either the 'Doorway Mode' or the 'Keyboard Emulation' in Qmodem
  55. @X0Bso that keystrokes are passed directly on to PCBoard.
  56.  
  57. @X0BThe ANSI escape codes are an alternate means of telling PCBoard to move the
  58. @X0Bcursor around on the screen.  Qmodem's "Keyboard Emulation" feature makes use
  59. @X0Bof these ANSI codes without the need for Doorway Mode.  Other comm packages
  60. @X0Bmay be able to program the ANSI escape codes into function keys.
  61.  
  62.  
  63. @X0FInsert Mode
  64. @X0F-----------
  65. @X0BWhile in 'Insert Mode' it should be noted that characters to the right of the
  66. @X0Bcursor will be pushed one character to the right as each letter is typed.
  67.  
  68. @X0BAdditionally, pressing the (Enter) key while in Insert Mode will cause a new
  69. @X0Bline to be inserted.
  70.  
  71.  
  72. @X0FNON-PC KEYBOARD USERS PLEASE NOTE!
  73. @X0F----------------------------------
  74. @X0BSome modems and packet switch environments will filter out CTRL-S keystrokes
  75. @X0Band interpret them to mean "stop sending data".  In these environments
  76. @X0Bpressing CTRL-S will not move the cursor as expected - in fact it will
  77. @X0Bappear to do nothing.  You will need to press CTRL-Q to get going again.
  78.  
  79. @X0BYou can work around this by using CTRL-A which means move left to previous
  80. @X0BWORD rather than moving a character to the left.
  81.  
  82. @X0BThose of you who can send either an ESC[D or the PC scan code for the Left
  83. @X0BArrow will not encounter this problem and will never have to worry about it.
  84.  
  85. @X0F
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.